wxListBox
Table of Contents

Creation parameters:


  • proc clear_list( atom list )   
  • proc delete_list_item( atom list, object item )   
  • func find_list_string( atom list, sequence string )   
  • func list_count( atom list )   
  • proc list_ensure_visible( atom list, integer item )   
  • proc set_first_list_item( atom list, object item )   
  • proc set_list_selection( atom list, object select )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxControlWithItems

    wxListBox
    Table of Contents

    [proc]
    clear_list
    ( atom list )

    Category: wxListBox

    Clears the data inside a wxListBox or wxListCtrl specified by list.

    See Also: delete_list_item, find_list_string, list_count, list_ensure_visible, set_first_list_item, set_list_selection


    wxListBox
    Table of Contents

    [proc]
    delete_list_item
    ( atom list, object item )

    Category: wxListBox

    This goes to a ListBox or ListCtrl specified by list and deletes the number in the list corresponding to item. The first item is 0 and it increases as the list goes down.

    See Also: clear_list, find_list_string, list_count, list_ensure_visible, set_first_list_item, set_list_selection


    wxListBox
    Table of Contents

    [func]
    find_list_string
    ( atom list, sequence string )

    Category: wxListBox

    Returns the item number of the item in the list with the specified string.

    See Also: clear_list, delete_list_item, list_count, list_ensure_visible, set_first_list_item, set_list_selection


    wxListBox
    Table of Contents

    [func]
    list_count
    ( atom list )

    Category: wxListBox

    Used to count the number of items in a wxListBox.

    See Also: clear_list, delete_list_item, find_list_string, list_ensure_visible, set_first_list_item, set_list_selection


    wxListBox
    Table of Contents

    [proc]
    list_ensure_visible
    ( atom list, integer item )

    Category: wxListBox

    See Also: clear_list, delete_list_item, find_list_string, list_count, set_first_list_item, set_list_selection


    wxListBox
    Table of Contents

    [proc]
    set_first_list_item
    ( atom list, object item )

    Category: wxListBox

    See Also: clear_list, delete_list_item, find_list_string, list_count, list_ensure_visible, set_list_selection


    wxListBox
    Table of Contents

    [proc]
    set_list_selection
    ( atom list, object select )

    Category: wxListBox

    If select is a sequence, the list selection is set to the item with that string, otherwise, select denotes the item index.

    See Also: clear_list, delete_list_item, find_list_string, list_count, list_ensure_visible, set_first_list_item